home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 89.08.15.19.55.29; author rab; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.08.16.11.21.58; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.04.27.09.01.14; author brent; state Exp;
- branches ;
- next ;
-
-
- desc
- @IP Protocol defs
- @
-
-
- 1.3
- log
- @Commented #endif labels.
- @
- text
- @/*
- * ip.h --
- *
- * Declarations of external IP-related routines.
- *
- * Copyright 1987 Regents of the University of California
- * All rights reserved.
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- *
- * $Header: /sprite/src/daemons/ipServer/RCS/ip.h,v 1.2 88/08/16 11:21:58 mendel Exp Locker: rab $ SPRITE (Berkeley)
- */
-
- #ifndef _IPS_IP
- #define _IPS_IP
-
- #include "sprite.h"
-
- extern void IP_Init();
- extern ReturnStatus IP_Input();
- extern ReturnStatus IP_Output();
- extern void IP_DelayedOutput();
- extern void IP_QueueOutput();
- extern Address IP_GetSrcRoute();
- extern void IP_SetProtocolHandler();
- extern void IP_FormatPacket();
-
- #endif /* _IPS_IP */
- @
-
-
- 1.2
- log
- @Converted to new lib.a.
- @
- text
- @d17 1
- a17 1
- * $Header: ip.h,v 1.1 88/04/27 09:01:14 brent Exp $ SPRITE (Berkeley)
- d34 1
- a34 1
- #endif _IPS_IP
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d17 1
- a17 1
- * $Header: ip.h,v 6.0 87/09/08 15:58:46 andrew Stable $ SPRITE (Berkeley)
- @
-